home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Topbar_23_weblinks_over.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  168 b   |  10 lines

  1. on mouseLeave me
  2.   set the member of sprite the currentSpriteNum to member("weblinks")
  3.   cursor(-1)
  4. end
  5.  
  6. on mouseUp me
  7.   window("map").visible = 0
  8.   go("WebLinks")
  9. end
  10.